projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65b997b
)
Fix bug in customizing `mail-sources' variable (bug#25274)
author
Bake Timmons
<65pandas@gmail.com>
Tue, 27 Dec 2016 06:38:41 +0000
(06:38 +0000)
committer
Katsumi Yamaoka
<yamaoka@jpl.org>
Tue, 27 Dec 2016 06:38:41 +0000
(06:38 +0000)
* lisp/gnus/mail-source.el (mail-sources): Use list instead of cons
for lone argument. (bug#25274) (tiny change)
lisp/gnus/mail-source.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/mail-source.el
b/lisp/gnus/mail-source.el
index 59a97dbb8c613e2046be4092deb14b65fca760ea..8b7c8e08475cac6414e4e00aff586991d4f43be3 100644
(file)
--- a/
lisp/gnus/mail-source.el
+++ b/
lisp/gnus/mail-source.el
@@
-66,7
+66,7
@@
See Info node `(gnus)Mail Source Specifiers'."
(repeat :tag "List"
(choice :format "%[Value Menu%] %v"
:value (file)
- (
cons
:tag "Group parameter `mail-source'"
+ (
list
:tag "Group parameter `mail-source'"
(const :format "" group))
(cons :tag "Spool file"
(const :format "" file)